home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / games / pd / parcheese / parcheese.doc < prev    next >
Text File  |  1978-01-16  |  6KB  |  156 lines

  1.  
  2.  
  3.  
  4.                             PARCHEESE 
  5.  
  6.                            Version 1.5g
  7.  
  8.                         by Xavier Egusquiza
  9.  
  10.                            October 1992
  11.  
  12.  
  13. The Program
  14.  
  15. PARCHEESE is an Amiga version of the classic board game with the
  16. same name.  The program  is fully multitasking  so that  you can
  17. play while you work. It is also completely moused with extensive
  18. use  of Intuition  environment.
  19.  
  20. PARCHEESE  was fully written  in C, compiled and tested on a 3Mb
  21. Amiga 500  with hard disk, and  the software used was Lattice C,
  22. DPaint III,Cygnus Ed and some other utilities.
  23.  
  24.  
  25. Getting Started
  26.  
  27. To  run  the program, double click  on the  PARCHEESE  icon. The 
  28. game  may also  be started  from the CLI  by typing "Parcheese".
  29. Be sure  the  graphic  file  is  in  the  same directory  as the
  30. executable code so that the program can find it.
  31.  
  32. After loading  you  must tell  the computer  who is going  to be
  33. playing.  You choose  the players  using the program  menu.  The
  34. players type can be human or one of the three levels of computer
  35. player. So  you can select  any combination, ranging from two to
  36. four  players, and  from  an all humans game to an all computers
  37. one, with any colours you choose.
  38.  
  39. Once you have selected the players,you have only to select Start
  40. Game from the Project menu.
  41.  
  42.  
  43. Using the program
  44.  
  45. Using PARCHEESE  is  very easy.  As told  before, you  can always
  46. control the program with the mouse.  To move a piece  under human
  47. control,you must place the mouse pointer over it and double click.
  48.  
  49. During the game, you can change the kind of players too. You must
  50. also pay attention on the title bar. It tells you who is going to
  51. move and indicates any special situation of the game.In PARCHEESE 
  52. the computer always rolls the dice.
  53.  
  54. Once the game has started, you can leave it  by selecting the End
  55. Game option from the  Project menu. Then you can start a new game
  56. or quit the program.  On the other side, when the game is over, a
  57. requester asks you  if you wish  to quit the game.
  58.  
  59.  
  60. Menu Options
  61.  
  62. In PARCHEESE ,there are three menus,with the following options:
  63.  
  64. Project menu:
  65.       Start Game: Choose this one  to start a new game.
  66.       End Game  : Ends the current game.
  67.       About     : Informs you  on the program and  the author.
  68.       Quit      : Exits inmediately PARCHEESE .
  69.  
  70. Players menu:
  71.        There are one option for each colour. Each option has got
  72. four suboptions corresponding to the four types of players. They
  73. are these:
  74.       Human Player: Set  this one  to control the player.
  75.       Within  computer players  there are  three levels :
  76.  
  77.       Easy Level  : This is an entry level.
  78.       Medium Level: Sets a computer level  harder  than the last
  79.                     one, but  not definitely  difficult.
  80.       Hard Level  : This is  the challeging  level. The computer
  81.                     plays  deeper  combining logic and strategy.
  82.                     With this level the computer takes longer to
  83.                     move,  depending also on the players number.
  84.                     Choose  this one  if you want  to have got a
  85.                     tough game!
  86.  
  87. Special menu:
  88.      There are two options:
  89.      Statistics: A window will appear  with statistics about all
  90.                  the competitors  in play.  It will display four
  91.                  columns :
  92.  
  93.                  "Advanced squares":  This one indicates you who
  94.                   leads the game.The program counts the advanced
  95.                   squares  of all pieces  for  each player.
  96.                  "Own taken men" :  It tells you how many pieces
  97.                   of  yours  have been  taken by  your opponents
  98.                   until  now.
  99.                  "Opposing taken men" :  This one shows  you how
  100.                   many men  have  been taken  by you.
  101.                  "Dice pts. per turn":  Here, PARCHEESE averages
  102.                   all  dice  points  you've  rolled  until  now.
  103.                   Warning: If you rolls a 6 and plays again, the
  104.                   program  counts them  as an  unique roll.  For
  105.                   example,if you,at the first  move,roll a 6 and
  106.                   then a 5,the computer will  display 11 and not
  107.                   5.5 (11/2).
  108.  
  109.       Undo :      This option allows you to change a move you've
  110.                   just made.This option is only available before
  111.                   the next go.
  112.                   In a computer player move, this choice is left
  113.                   as a repeat option and  for flexibility to the
  114.                   user.
  115.  
  116.  
  117. The Rules
  118.  
  119. PARCHEESE 's rules are exactly the same as  in the classic board
  120. game. The ultimate goal of the game is to get all of your pieces
  121. placed on  your center  square.  Besides,  there are  some other
  122. important subjects :
  123.  
  124. Rolling a 6 : Like many board games, a 6 allows  you to roll the
  125. dice again. But be careful!  at the third  6  the last moved man
  126. goes home.  There are two exceptions for  this :
  127.     - When the most recently  moved man  is  on one of your last
  128.       coloured  squares,
  129.     - or when  you can't make  any move.
  130.  
  131. If some of your pieces  is blocking a  square and you rolls a 6,
  132. you're forced to move it.  On the other side, if you haven't got
  133. any man  at home,  you advance  seven  squares  instead of  six.
  134.  
  135. Rolling a 5:  If you've got some piece at home and  your initial
  136. square is  unoccupied, you  must place  one  in this square.  In
  137. PARCHEESE   the program  makes this  for you.
  138. When  your initial  square is blocked  (two men on it) :
  139.   - If it contains one opposing piece, then you take it.
  140.   - If it is occupied  by two opposing men, you'll take the last
  141.     landed on  this square.
  142.  
  143. Bonus points :   Two bonus points  in PARCHEESE :
  144.  - Each  opposing man  you've  taken  gives you  twenty  points.
  145.  - You get 10 points for each own piece that arrives to the end.
  146.  
  147.  
  148. The End
  149.  
  150. I'd like to know your  opinions,critics,suggestions on the game.
  151.  
  152. Please contact by electronic mail at:
  153.  
  154.                FidoNet @ 2:343/119.14
  155.  
  156.